home *** CD-ROM | disk | FTP | other *** search
- Path: zib-berlin.de!inf2hro!honshu!gnikl
- From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: GNU-C and Devpac
- Date: 2 Feb 1996 15:39:19 GMT
- Organization: University of Rostock
- Message-ID: <4etb77$ae3@taiwan.informatik.uni-rostock.de>
- References: <9602011841.AA00072@ldngedge.demon.co.uk>
- NNTP-Posting-Host: honshu.informatik.uni-rostock.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Steven Matty (Big.Will.Riker@ldngedge.demon.co.uk) wrote:
- > Hi,
-
- > I have GNU-C v2.7.0 running on Amiga A1200 with 030.
-
- > When I create a linkable file under DevPac 3, GNU-C
- > complains about the format :
-
- > 5 Work:gnu/include/magritte>gcc -noixemul -ansi test.c displaylib.o
- > ld: malformed input file (not rel or archive) displaylib.o
- > 5 Work:gnu/include/magritte>
-
- > When I use SAS-C v6.55 its fine..any ideas?
-
- The amiga-gcc doesn't use the amigas native object code format
- as defined from C=. Since it comes from unix it uses a.out.
- But its possible to convert the amiga object file to the gcc
- format with <hunk2gcc>.
-
- Gunther
-